﻿
:root {
	--color-tema: #FEA733; /*#FEA733;*/  /*#172bde; /*#FEA733;#FF7D01; test:#015294;*/
	--color-enlace:#0B5F8E;
	--color-boton: #FF7E00;
	--color-titulo: #FF380A;
	--font-size-parrafo: 14px; 
	--line-height-parrafo: 1.6em;
	
 }

 /* BLOQUE MAIN SECCION */
 .bloque_main_seccion {
    width: 100%;
    height: fit-content;
    background-image: url(../img/home_main_img.jpg);
    object-fit: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 15px 0px 0px 0px;
    margin-top: -55px;
}
 .bg_formas {
	 display: block;
	 width: 100%;
	 z-index: 99;
	 background-color: #f4f4f4;
	 height: fit-content;
 }
 .bg_content_main_seccion {
	 opacity: 1;
	 width: fit-content;
	 margin: 0px auto 0px auto;
	 border-radius: 12px;
	 padding: 3px 36px 12px 36px;
 }
 .content_main_seccion {
	 opacity: 1;
	 position: absolute;
 }
 
 .imagen-pagina {
    position: relative;
 }
 .background_seccion {
	 background: rgba(255, 255, 255, 0.8);
	 border-radius: 40px;
	 width: fit-content;
	 margin: 20px auto 20px auto;
	 padding: 22px 65px 22px 65px;
	 max-width: 800px;
	 z-index: 99; 
    position: absolute;
    top: 45%;
    left: 50%;
	transform: translate(-50%, -50%);
 }	    
 .tit_01_main_seccion {
	 font-size: 20px;
	 color: #111;
	 font-weight: 600;
	 text-align: center;
	 margin: 0px 0px 0px 0px !important;
	 line-height: 1.2em !important;
 }
 .tit_02_main_seccion {
	 font-size: 26px;
	 color: var(--color-titulo) !important;
	 font-weight: 700;
	 text-align: center;
	 margin: 5px 0px 0px 0px !important;
	 line-height: 35px !important;
 }
 .tit_03_main_seccion {
	 font-family: 'Poppins';
	 font-size: 38px;
	 color: var(--color-titulo);
	 font-weight: 700;
	 text-align: center;
	 margin: 0px 0px 0px 0px !important;
 }
 .tit_04_main_seccion {
	 font-family: 'Poppins';
	 font-size: 38px;
	 color: var(--color-titulo);
	 font-weight: 700;
	 text-align: center;
	 margin: 15px 0px 15px 0px !important;
	 line-height: 40px !important;
 }
 .tit_01_interna_seccion {
    font-size: 24px;
    color: var(--color-titulo);
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    line-height: 1.2em;
    letter-spacing: -0.5px;    
 }

 @media only screen and (max-width: 580px) {
	.tit_01_interna_seccion {
		font-size: 24px;
	}
	.tit_02_main_seccion {
		font-size: 24px;
	}
	.tit_03_main_seccion {
		font-size: 24px;
	}
 }

 @media only screen and (max-width: 350px) {
	.tit_01_interna_seccion {
		font-size: 18px;
	}
	.tit_02_main_seccion {
		font-size: 18px;
	}
	.tit_03_main_seccion {
		font-size: 18px;
	}
}
.bloque_tit_seccion {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    width: fit-content;
    margin: 30px auto 10px auto;
    padding: 14px 45px;
    z-index: 99;
    position: relative;
}
 .bloque_entradilla_seccion {
	 width: 1320px;
	 margin: 0px auto;
	 background-color: #fff;
	 padding: 60px 60px 10px 60px;
 }
 .bloque_entradilla_seccion h1 {
	 font-size: 34px;
	 font-weight: 700;
	 color: var(--color-tema);
	 font-family: 'Poppins';
	 text-align: center;
	 margin: 0px 0px 40px 0px;
 }
 .bloque_contenido_entradilla {
	 background-color: #FEE4C0;
	 border-radius: 20px;
	 padding: 30px 40px 20px 40px;
	 line-height: 1.5em;
 }
 .bloque_contenido_entradilla ul {
	 list-style: none;
	 margin: 20px 0px 0px 0px;
 }
 .bloque_contenido_entradilla strong {
	 color: #ED3D14;
	 font-weight: 700;
 }
 .lista_entradilla_seccion li {
	 margin: 0px 0px 20px 0px;
	 font-size: 18px;
	 line-height: 1.4em;
	 color: #000;
 }
 .lista_entradilla_seccion li::before {
	 content: ' ';
	 width: 20px;
	 height: 20px;
	 background-color: #ED3D13;
	 display: block;
	 float: left;
	 border-top-left-radius: 12px;
	 border-top-right-radius: 12px;
	 border-bottom-right-radius: 12px;
	 margin: 4px 10px 0px 0px;
 }
 .bloque_contenido_entradilla {
	 background-color: #FEE4C0;
	 border-radius: 20px;
	 padding: 30px 40px 20px 40px;
	 line-height: 1.5em;
	 height: 280px;
	 overflow-y: scroll;
 }
 .bloque_contenido_entradilla p {
	 line-height: 1.4em;
	font-size: var(--font-size-parrafo);
	 color: #000;
 }
 .bloque_contenido_entradilla::-webkit-scrollbar {
	 width: 12px;               /* width of the entire scrollbar */
 }
 .bloque_contenido_entradilla::-webkit-scrollbar-track {
	 background: #FFC788;        /* color of the tracking area */
 }
 .bloque_contenido_entradilla::-webkit-scrollbar-thumb {
	 background-color: #FF8C1C;    /* color of the scroll thumb */
	 border-radius: 20px;       /* roundness of the scroll thumb */
	 border: 3px solid #FF8C1C;  /* creates padding around scroll thumb */
 }


 @media only screen and (max-width: 422px) {

 .bloque_tit_seccion {
	padding: 18px 15px 18px 15px !important;
}
 }
  
 /* BLOQUES SECCION */
 .content_seccion {
	background-color: #f4f4f4;
	width: var(--page-width);
	margin: 0px auto;
}
/* .contenedora_seccion {
	 margin: 0px auto;
	 padding: 0px 40px 0px 40px;
 }*/
 .content_seccion_whitebg {
	width: var(--page-width);
	margin: 0px auto;
}
#noticias {
	margin: 0px auto;
}
.toc-layout-main {
	width: var(--page-width);
	margin: 0px auto;
	padding-left: 15px;
}


@media (max-width: 1260px) {
.toc-layout-main {
	width: 100%;
	margin: 0px auto;
}
.level-header {
	text-align: left;
}

}
@media (max-width: 560px) {

.headertitle a {
	font-size: 11pt !important;
}
}
 
 
 .bg_white {
	 background-color: #fff;
	 margin-bottom: 40px;
 }
 .bloques_seccion {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 10px 0px;
	justify-content: center;
	margin: 0px auto;
}
 .bloques_seccion .tit_seccion {
	 width: 100%;
 }

.item_seccion {
    background-color: #FFF;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 256px;
    min-height: 195px;
    margin: 0px 12px 28px 12px;
    border: solid 2px var(--color-tema);
    color: #111 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    border-top-left-radius: 30px;
}
 .item_seccion:hover {
	 background-color: var(--color-tema);
	 color: #000 !important;
	 text-decoration: none !important;
	 border: solid 2px var(--color-tema);
 }

.item_seccion img {
    width: 100%;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
    border-bottom: 2px solid var(--color-tema);
    height: 124px;
    object-fit: cover;
}
 
 .item_seccion span {  
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 10px 0px 15px 0px;
    padding: 0px 15px 0px 15px;
}

 .item_seccion2 {
	 background-color: #fff;
	 width: 335px;
	 height: 360px;
	 margin: 0px 0px 40px 0px;
	 border: solid 4px #fff;
	 color: #111;
	 text-decoration: none;
	 font-size: 18px;
	 font-weight: 600;
	 padding: 0px 0px 0px 0px;
	 box-shadow: 4px 4px 6px 0px rgba(196,196,196,1);
	 border-radius: 12px;
 }
 .item_seccion2:hover {
	 background-color: #ff7e00;
	 border: solid 4px #ff7e00;
	 color: #fff;
 }
 .item_seccion2 img {
	 width: 313px;
	 border-radius: 12px;
	 margin: 10px 0px 0px 10px;
 }
 .item_seccion2 span {
	 padding: 7px 15px 7px 15px;
	 display: block;
	 line-height: 1.2em;
 }
 .item_seccion2 span::before {
	 content: " ";
	 display: block;
	 width: 18px;
	 height: 18px;
	 float: right;
	 margin: 12px 10px 0px 0px;
	 background-size: 18px;
	 background-repeat: no-repeat;
 }
 .tit_seccion {
	 font-size:20px;
	 font-weight: 600;
	 text-align: center;
	 margin: 20px auto 35px auto !important;
	 color: #2E2D2C;
	 border-bottom: solid 6px var(--color-tema);
	 padding: 0px 26px 4px;
	 text-align: center;
	 margin: 20px auto 40px auto;
	 width: fit-content;
 }
 
 .tit_seccion2 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 40px auto !important;
    color: #2E2D2C;
    border-bottom: solid 8px var(--color-tema);
    text-align: center;
    width: 100%;
}

 .tit_seccion3 {
	 font-family: 'Poppins';
	 font-size: 22px;
	 font-weight: 600;
	 text-align: center;
	 margin: 28px auto 40px auto !important;
	 color: #2E2D2C;
	 border-bottom: solid 8px var(--color-tema);
	 padding: 0px 0px 10px 0px;
	 text-align: center;
	 margin: 20px auto 40px auto;
	 width: 100%;
 }
 
 .link-externo {
	background-image: url("/PublishingImages/SECCIONES_DESTACADAS/icon-external-link.svg") !important;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: center;
    padding-right: 18px;
    background-size: 12px;
    margin-right: 2px;
    padding-top: 6px;
}

#contenido_central ul li a[target="_blank"],
#contenido_central ol li a[target="_blank"],
.pagina-interna p a[target="_blank"] {
    background-image: url(/PublishingImages/SECCIONES_DESTACADAS/icon-external-link.svg) !important;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    padding-right: 18px;
    background-size: 12px;
    margin-right: 2px;
}
#contenido_central .bloque_ayuda li a[target="_blank"] {
    background-image: none !important;
}

/*
.pagina-interna .bloque_ayuda li a[target="blank"] {
    background-image: url(/PublishingImages/SECCIONES_DESTACADAS/icon-link-externo-ayuda.svg) !important;
}
*/




 @media (max-width: 1290px)
 {
	.bloques_seccion {
		width: 90%;
		max-width: none;
	}
	.content_seccion {
		width: 100%;
	}
	.content_seccion_whitebg {
		width: 100%;
	}
}



@media (max-width: 1290px) {
#noticias {
	width: 100%;
	margin: 0px auto;
}
}



@media (max-width: 800px)
{
	.contenido_desplegable .collapsible {
		padding: 0px 0px 0px 0px;
	}
	.bg_icon_idea {
		background-position-x: 40px;
		background-position-y: 22px;
		background-size: 40px;
	}
}


@media (max-width: 750px) {
	.contenido_desplegable .txt_desplegable p {
		font-size: 16px !important;
		line-height: 1.2em !important;
		margin: 7px 15px 7px 15px !important;
		text-align: left;
		width: calc(100% - 35px) !important;
	}
	.tit_seccion {
		font-size: 18px;
		line-height: 1.2em !important;
	}
   
}


 /* Nuevos botones de seccion */
 .content_item_seccion {
	display: flex;
	height: 90px;
}
.tit_item_seccion {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em !important;
	width: calc(80% - 20px);
	padding: 0px 20px 0px 20px;
	display: flex;
	align-items: center;
	margin: -5px 0px 0px 0px !important;
	height: 100%;
	text-align: left;
}
.bloque_icon_item_seccion {
	width: 20%;
	display: flex;
	align-items: center;
}
.bloque_icon_item_seccion img {
	height: 28px;
	width: 28px;
}
.bloque_icon_item_seccion::before {
	content: " ";
	display: block;
	background-image: url(../img/icon-more-section-items.svg);
	height: 28px;
	width: 28px;
	margin-top: -11px;
}
.item_seccion:hover .bloque_icon_item_seccion::before {
	content: " ";
	background-image: url(../img/icon-more-section-items_hover.svg);
	display: block;
}


 
 
 @media (max-width: 1280px)
 {
	 .bloques_seccion .tit_seccion {
		 width: calc(100% - 220px);
	 }
	 } 
 
 
 /*********************** INICIO nuevos estilos CREACION ************************/
 .bloque_seccion_pae {
   margin: 0px auto 60px auto;
 }
 .bloque_ayuda_creacion {
	 display: flex;
	 justify-content: center;
	 margin-bottom: 90px;
 }
 .tit_seccion_creacion {
	 font-size: 34px;
	 font-weight: 700;
	 color: #000;
	 border-bottom: solid 8px var(--color-tema);
	 padding: 0px 30px 10px 30px;
	 text-align: center;
	 width: calc(100% - 140px);
	 margin: 20px auto 40px auto;
 }
 .creacion_ayuda {
	 width: 500px;
	 background-image: url(../img/bg_creacion_ayuda.png);
	 min-height: 336px;
	 padding: 222px 25px 0px 25px;
	 background-repeat: no-repeat;
	 margin: 0px 30px 0px 0px;
 }
 .content_creacion_ayuda {
	 background-color: #fff;
	 padding: 30px;
	 border: solid 5px var(--color-tema);
	 border-top-right-radius: 50px;
	 border-top-left-radius: 50px;
	 border-bottom-right-radius: 50px;
	 min-height: 260px;
 }
 .titulo_creacion {
	 font-family: 'Poppins';
	 font-size: 23px;
	 font-weight: 700;
	 line-height: 26px !important;
	 margin: 0px 0px 18px 0px !important;
	 color: #111;
	 text-align: center;
 }
 .txt_creacion {
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 1.3em;
	 margin: 0px 0px 10px 0px !important;
 }
 .txt_creacion_span {
	 font-size: 20px;
	 color: var(--color-tema);
	 font-weight: 700;
 }
  
 .icon_ayuda_01 {
	 background-image: url(../img/icon_creacion_ayuda_01.svg);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 55px;
	 background-position: 0px 2px;
	 margin-bottom: 30px !important;
 }
 .icon_ayuda_02 {
	 background-image: url(../img/icon_creacion_ayuda_02.svg);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 55px;
	 background-position: 0px 2px;
	 margin: 0px 0px 26px 0px !important;
 }
 .icon_autonoma_01 {
	 background-image: url(../img/icon_creacion_autonoma_01.svg);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 55px;
	 background-position: 0px 2px;
 }
 .icon_autonoma_02 {
	 background-image: url(../img/icon_creacion_autonoma_02.svg);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 55px;
	 background-position: 0px 2px;
 }
 .creacion_autonoma {
	 width: 500px;
	 background-image: url(../img/bg_creacion_autonoma.png);
	 min-height: 336px;
	 padding: 222px 25px 0px 25px;
	 background-repeat: no-repeat;
   margin: 0px 0px 0px 30px;
 }
 .content_creacion_autonoma {
	 background-color: #fff;
	 padding: 30px;
	 border: solid 5px var(--color-tema);
	 border-top-right-radius: 50px;
	 border-top-left-radius: 50px;
	 border-bottom-right-radius: 50px;
	 min-height: 260px;
 }

 @media (max-width: 1280px)
 {
	.bloque_ayuda_creacion {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.creacion_ayuda {
		width: 100%;
		background-position: center 0px;
		margin: 0px 0px 0px 0px;
	}
	.content_creacion_ayuda {
		width: 430px;
		margin: 0px auto;
	}

	.creacion_autonoma {
		width: 100%;
		background-position: center 0px;
	}
	.content_creacion_autonoma {
		width: 430px;
		margin: 0px auto;
	}
} 

@media (max-width: 600px) {
	.bloque_ayuda_creacion {
		width: calc(100% - 40px) !important;
		margin: 0px auto;
		margin-bottom:50px;
	}
	.creacion_ayuda {
		width: calc(100% - 40px) !important;
		background-size: contain;
	}
	.creacion_autonoma {
		width: calc(100% - 40px) !important;
		background-size: contain;
	}
	.content_creacion_ayuda {
		width: auto;
		margin: 0px auto;
	}
	.content_creacion_autonoma {
		width: auto;
		margin: 0px auto;
	}
	.titulo_creacion {
		font-size: 18px;
		line-height: 1.2em !important;
	}
	.txt_creacion {
		font-size: 14px;
		line-height: 1.3em;
		text-align: left;
	}
	.txt_creacion span {
		font-size: 18px;
		color: var(--color-tema);
		font-weight: 700;
	}
	.enlace_acceder_creacion {
		font-size: 16px !important;
	}
}

@media (max-width: 500px) {
.creacion_ayuda {
	background-position: center 40px;
}
.creacion_autonoma {
	background-position: center 40px;
}
.titulo_creacion {
	font-size: 16px;
}
.txt_creacion span {
	font-size: 16px;
}
.enlace_acceder_creacion {
	background-image: none !important;
}
.contenido_desplegable .txt_desplegable {
    width: calc(100% - 70px) !important;
}
}

@media (max-width: 400px) {
	.creacion_ayuda {
		background-position: center 80px;
	}
	.creacion_autonoma {
		background-position: center 80px;
	}
}

@media (max-width: 350px) {
	.creacion_ayuda {
		background-position: center 100px;
	}
	.creacion_autonoma {
		background-position: center 100px;
	}
}




.enlace_acceder_creacion {
	background-position: calc(50% + 59px) 22px;
	border-radius: 50px;
	background-color: var(--color-boton);
	padding: 16px 0px 16px 0px;
	width: calc(100% - 65px);
	display: block;
	margin: 25px auto 0px 25px;
	text-align: center;
	font-size: 20px;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	background-image: url('../img/icon_arrow_acceder.svg');
	background-repeat: no-repeat;
	background-size: 9px;
}
.enlace_acceder_creacion:hover {
	background-position: calc(50% + 59px) 20px;
	background-color: #FFF;
	color: var(--color-boton) !important;
	text-decoration: navajowhite;
	border: solid 2px var(--color-boton);
	cursor: pointer;
	background-image: url('../img/icon_arrow_acceder_naranja.svg');
	background-repeat: no-repeat;
	background-size: 9px;
	margin: 25px auto 0px 25px;
	padding: 14px 0px 14px 0px;
}

 
 /* Estilos CITA PREVIA*/
 .bloque_cita_previa {
	 width: 1440px;
	 margin: 0px auto;
	 border-top-left-radius: 30px;
	 border-top-right-radius: 30px;
	 border-bottom-right-radius: 30px;
	 border: solid 3px #FEA733;
	 background-color: #FEA733;
	 height: 152px;
   display: flex;
 }
 .img_cita_previa {
	 margin: 0px 0px 0px 0px;
 }
 .img_cita_previa img {
	height: 153px;
	border-top-left-radius: 25px;
	width: 229px;
	height: 100%;
	object-fit: cover;
}
 .content_cita_previa {
	 padding: 22px;
 }
 
 .content-cita_previa2{
	 padding: 25px;
	 display: flex;
	 align-items: center;
 }
 .titulo_cita_previa {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins';
	margin: 0px 0px 15px 0px;
	color: #000;
}
.txt_cita_previa {
	font-size: 18px;
	font-weight: 500;
	color: #2E2D2C;
	text-align: left;
}
.txt_cita_previa3 {
    font-size: 18px;
    font-weight: 500;
    color: #2E2D2C;
 }
 .img_cita_previa3 {
	 margin: 0px 0px 0px 0px;
 }
 .img_cita_previa3 img {
	 height: 153px;
	 border-top-left-radius: 25px;
 }
 .txt_cita_previa4 {
	 font-size: 20px;
	 font-weight: 700;
	 color: #2E2D2C;
	 padding-right: 75px;
 }
 .limpiar_block {
	 clear: both;
	 display: block;
	 height: 1px;
	 width: 100%;
 }



 @media (max-width: 1000px) {
	.titulo_cita_previa {
		font-size: 16px;
	}
	.txt_cita_previa {
		font-size: 14px;
	}
	.txt_cita_previa3 {
		font-size: 16px;
		text-align: left;
		padding-right: 0px;
	 }
 }

 @media (max-width: 640px) {

 .img_cita_previa img {
	display: none;
}
.img_cita_previa3 img {
	display: none;
}
.enlace_banner3 {
	height: fit-content !important;
}
.content-cita_previa2 {
	padding: 25px 25px 15px 30px;
}
 }

 /*********************** FIN nuevos estilos CREACION ************************/
 
 
 
 /*********************** INICIO nuevos estilos CRECIMIENTO ************************/
 .bloque_entradilla {
	 display: flex;
	 min-height: 97px;
	 background-color: #C0DFDA;
	 border-radius: 30px;
	 width: 1130px;
	 margin: 0px auto;
	 padding: 30px 30px 30px 140px;
	 background-image: url(../img/icon-stats.svg);
	 background-repeat: no-repeat;
	 background-size: 100px;
	 background-position-x: 20px;
	 background-position-y: 37px;
	 height: fit-content;
 }
 .bloque_entradilla p {
	 color: #524E4E;
	 font-size: 24px;
	 font-weight: 600;
	 line-height: 1.3em;
	 margin: 0px 0px 0px 0px;
	 font-family: 'Poppins';
	 width: calc(100% - 80px);
 }
 .enlace_ver_mas_entradilla {
	 background-image: url(../img/icon-ver-mas-entradilla.svg);
	 background-repeat: no-repeat;
	 width: 55px;
	 height: 76px;
	 background-position-x: 0px;
	 background-position-y: center;
 }
 
 
 /* Estilos Ver más entradilla */
 .read-more-state {
   display: none;
 }
 
 .read-more-target {
   opacity: 0;
   max-height: 0;
   font-size: 0;
   transition: .25s ease;
 }
 
 .read-more-state:checked ~ .read-more-wrap .read-more-target {
   opacity: 1;
   font-size: inherit;
   max-height: 999em;
 }
 
 .read-more-state ~ .read-more-trigger:before {
   content: '';
   display: block;
   background-image: url(../img/icon-ver-mas-entradilla.svg);
	 background-repeat: no-repeat;
	 width: 55px;
	 height: 76px;
	 background-position-x: 0px;
	 background-position-y: center;
 }
 
 .read-more-state:checked ~ .read-more-trigger::before {
	 content: '';
	 display: block;
	 background-image: url(../img/icon-ver-menos-entradilla.svg);
	 background-repeat: no-repeat;
	 width: 72px;
	 height: 76px;
	 background-position-x: 0px;
	 background-position-y: center;
	 filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(9%) hue-rotate(133deg) brightness(84%) contrast(109%);
 }
 
 .read-more-trigger {
   cursor: pointer;
   display: inline-block;
   padding: 0 .5em;
   color: #666;
   font-size: .9em;
   line-height: 2;
   border-radius: .25em;
 }
 /*********************** FIN nuevos estilos CRECIMIENTO ************************/
 
 /* INICIO Estilos Banner*/
 .enlace_banner {
	 display: flex;
	 width: 1440px;
	 margin: 0px auto 40px auto;
	 border-top-left-radius: 30px;
	 border-top-right-radius: 30px;
	 border-bottom-right-radius: 30px;
	 border: solid 3px #FEA733;
	 background-color: #FEA733;
	 height: 153px;
	 color: #000;
	 text-decoration: none;
 }
 .enlace_banner:hover {
   background-color: #ff7e0010;
   border: solid 3px var(--color-tema);
 }
 .enlace_banner2 {
	display: flex;
	width: calc(100% - 120px);
	margin: 30px auto 40px auto;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border: solid 3px var(--color-tema);
	background-color: #ffffff;
	height: 153px;
	color: #000;
	text-decoration: none;
	max-width: 1200px;
}
 .enlace_banner2:hover {
	 background-color: #ff7e0010;   
	 border: solid 3px var(--color-tema); 
	 text-decoration: none;
 }
 .enlace_banner3 {
	 display: flex;
	 width: calc(100% - 120px);
	 margin: 40px auto 60px auto;
	 border-top-left-radius: 30px;
	 border-top-right-radius: 30px;
	 border-bottom-right-radius: 30px;
	 border: solid 3px var(--color-tema);
	 background-color: #fff;
	 height: 153px;
	 color: #000;
	 text-decoration: none;
	 max-width: 1200px;
 }
 .enlace_banner3:hover {
	 background-color: #ff7e0010;
	 border: solid 3px var(--color-tema);
	 text-decoration: none;
 }
 
 
 
 
 
 @media (max-width: 1440px) {
	 .enlace_banner {
		 width: calc(100% - 85px);
	 }
 }

 @media (max-width: 1200px) {
	.enlace_banner2 {
		max-width: none;
		width: calc(100% - 50px);
	}
	.enlace_banner3 {
		max-width: none;
		width: calc(100% - 50px);
	}
}

@media (max-width: 1000px) {

.enlace_banner2 {
	height: auto;
}
}

 /* FIN Estilos Banner*/
 
 
 
 /*********************** INICIO nuevos estilos CRECIMIENTO ************************/

 .contenedora_transmision {
    margin: 0px auto;
    background-color: #fff;
    display: grid;
    justify-content: center;
   	gap: 6rem;
    grid-template-columns: 320px 320px 320px;
    
    }
 
 
.bloque_transmision {
	width: 330px;
}
.bloques_seccion2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	margin: 0px 0px 0px 0px;
	width: calc(100% - 120px);
	padding: 0px 0px 0px 20px;
}
 
 @media (max-width: 1280px) {
	 .contenedora_transmision {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0rem;
	}
	.bloque_transmision {
		width: 330px;
		margin: 0px 25px 0px 25px;
	}
	 
 }
 
 /*********************** FIN nuevos estilos CRECIMIENTO ************************/
 
 

 /*********************** INICIO nuevos estilos ESTADÍSTICAS ************************/

 .bloque_estadisticas_content {
	 margin: 20px 0px 0px 0px;
 }
 .bloque_botones_informes {
	 display: flex;
	 justify-content: center;
	 padding: 0px 0px 0px 0px;
	 margin: 20px 0px 40px 0px;
 }
 .bloque_estadisticas_content p {
	 font-size: 20px;
	 line-height: 39px;
 }
 .bloque_estadisticas_content ul li {
	 color: #ED3D13;
	 font-size: 20px;
	 line-height: 39px;
 }
 .bloque_estadisticas_content ul {
	 margin: 10px 0px 10px 0px;
 }
 .bloque_botones_informes a {
	 background-color: #FEA733;
	 color: #000;
	 padding: 20px 40px 20px 40px;
	 border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
	 border-bottom-right-radius: 20px;
	 font-size: 20px;
	 text-decoration: none;
	 font-weight: 700;
	 margin: 0px 10px 0px 10px;
 }
 .bloque_botones_informes a:hover {
	 background-color: #ff7e00;
	 color: #fff;
 }

 /*/*********************** FIN nuevos estilos ESTADÍSTICAS *************************/
 
 
 /*********************** INICIO nuevos estilos NOTICIAS ************************/

 .bloque_seccion_noticias {
	 margin: 30px 0px 0px 0px;
 }
 .enlace_noticia_item {
	 background-position: calc(100% - 40px) center;
	 display: block;
		 border: solid 2px var(--color-tema);
		 padding: 25px 25px 25px 25px;
		 margin: 0px 0px 30px 0px;
		 border-top-right-radius: 30px;
		 border-bottom-right-radius: 30px;
		 border-top-left-radius: 30px;
		 min-height: 118px;
	 background-image: url('../img/icon-leer-mas-noticias.svg');
		 background-repeat: no-repeat;
		 background-size: 50px 50px;
		 text-decoration: none;
 }
 .enlace_noticia_item:hover {
	 background-color: #FFE5CC;
	 color: #fff;
	 text-decoration: none;
 }
 .img_noticia_seccion {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 185px;
	height: 122px;
	object-fit: cover;
	object-position: top;
}
 .fecha_noticia_seccion {
	 font-size: 15px !important;
	 font-weight: 600;
	 color: var(--color-boton) !important;
	 margin: 0px 0px 8px 0px;
 }
 

 .enlace_noticia_seccion {
	 font-weight: 500;
	 color: #000;
 }
 .bloque_txt_noticia {
	 width: calc(100% - 74px);
 }
 .enlace_noticia_item_centrado{
   background-position: calc(100% - 40px) center;
   display: flex;
   align-items: center;
   border: solid 2px var(--color-tema);
   padding: 25px 25px 25px 25px;
   margin: 0px 0px 30px 0px;
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
   border-top-left-radius: 30px;
   min-height: 118px;
   background-image: url('../img/icon-leer-mas-noticias.svg');
   background-repeat: no-repeat;
   background-size: 50px 50px;
   text-decoration: none;
}
 
 /*********************** FIN nuevos estilos NOTICIAS ************************/
 
 #contenido_central a {
    color: var(--color-enlace);
}

 #contenido_central a:visited {
	 color: var(--color-enlace);
 }
 
 
 /* Inicio QUIEN ME PUEDE AYUDAR */
 .contenedora_seccion_ayuda {
	 background-image: url(../img/bg_prefooter_01.jpg);
	 min-height: 350px;
	 width: 100%;
	 object-fit: contain;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position-y: center;
	 padding: 20px 0px 30px 0px;/*20px 0px 20px 0px;*/
	 margin-bottom: -10px;
 }
 .contenedora_seccion_ayuda .tit_seccion {
	 color: #000;
	 font-size:23px;
	 font-weight: 600;
	 margin: 20px 0px 35px 0px;
 }
 .bloque_ayuda {
	margin: 0px auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 2rem;
	grid-template-columns: 430px 430px 430px;
	padding: 0px;
	width: var(--page-width);
}
.bloque_ayuda li {
	background-color: #f5f5f5;
	border-radius: 25px;
	padding: 12px 10px 12px 74px;
	border: solid 3px var(--color-tema);
	width: 272px;
	background-image: url(../img/icon-prefooter-item.svg);
	background-position-x: 22px;
	background-position-y: center;
	background-repeat: no-repeat;
	line-height: 1em !important;
	height: 78px;
	margin: 0px 0px 2px 0px;
	text-align: justify;
	display: flex;
	align-items: center;
}
.bloque_ayuda li a {
	color: #000 !important;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
	display: block;
}
.bloque_ayuda li a:visited {
	color: #000 !important;
}

@media (max-width: 915px) {
.bloque_ayuda {
	gap: 0rem;
}
.bloque_ayuda li a {
	font-size: 14px;
}
}

@media (max-width: 430px) {

	.bloque_ayuda li a {
		font-size: 12px;
	}
	}
 
 /* Fin QUIEN ME PUEDE AYUDAR*/
 
 
 
 
 
  .botonesOpcion {
	  padding:10px;
	 width: 40%;
	 height: 100px;
	 border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
	 border-bottom-right-radius: 20px;
	 border: 5px solid rgb(109, 106, 106);
	 border-radius: rgb(96, 97, 96);
	 margin-bottom: 40px;
	 margin-left: 80px;
	 margin-right: 80px;
 
 }
 
 /*.divHerramientasCrecimiento{
   display: none;
 }*/
 
 .textoBotones {
	 text-align: center;
	 padding-top: 20px;
	 font-family: 'Work Sans';
	 font-size: 27px;
	 font-weight: 900;
 }
 
 
 #btnHerramientasActividad {
	 border-color: #ED3D13;
	 color: #ED3D13;
 }
 
 #btnHerramientasActividad,#btnHerramientasCrecimiento{
   cursor: pointer;
 }
 
 
 
 
 /* Inicio nuevos estilos botones Herramientas digitales */
 
 .bloque_botones_herramientas {
    display: flex;
    justify-content: center;
    margin-bottom:18px;
    margin-top: 20px;
}

 .boton_herramientas_01 {
    padding: 10px 18px;
    width: 38%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 5px solid var(--color-tema);
    margin-bottom: 40px;
    margin-left: 56px;
    margin-right: 60px;
    font-size: 21px !important;
    text-align: center;
    font-weight: 500;
    color: var(--color-tema) !important;
}
 .boton_herramientas_01:hover {
	 background-color: #FEA733;
	 color: #fff !important;
	 text-decoration: none;
 }
 
 
 .boton_herramientas_02 {
    padding: 10px 18px;
    width: 38%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 5px solid #6D6D6D;
    margin-bottom: 40px;
    margin-right: 80px;
    font-size: 21px !important;
    text-align: center;
    font-weight: 500;
    color: #6D6D6D !important;
}
 .boton_herramientas_02:hover {
	 background-color: #6D6D6D;
	 color: #fff !important;
	 text-decoration: none;
 }



 @media (max-width: 880px) {
	.boton_herramientas_01 {
		font-size: 18px !important;
		padding: 14px 18px 10px 18px;
		height: fit-content;
	}
	.boton_herramientas_02 {
		font-size: 18px !important;
		padding: 14px 18px 10px 18px;
		height: fit-content;
	}
 }

  @media (max-width: 475px) {
	.bloque_botones_herramientas {
		display: flex;
		flex-wrap: wrap;
	}
	.boton_herramientas_01 {
		margin: 0px 0px 20px 0px;
		width: 70%;
	}
	.boton_herramientas_02 {
		margin: 0px 0px 10px 0px;
		width: 70%;
	}

  }

  @media (max-width: 400px) {
	.boton_herramientas_01 {
		font-size: 16px !important;
	}
	.boton_herramientas_02 {
		font-size: 16px !important;
	}

  }



 
 /* Fin nuevos estilos botones Herramientas digitales */
 
 /*PAGINAS INTERNAS */
 
 .pagina-interna ul, .pagina-interna ol {
	line-height: var(--line-height-parrafo);
	text-align: justify;
	font-size: var(--font-size-parrafo);
	color: #000;
}
 .content_desplegable ul, .content_desplegable ol {
   font-size: var(--font-size-parrafo);
   line-height: var(--line-height-parrafo);
   text-align: justify;
   margin: 0px 0px 0px 25px;
 }
 
 .acordeon_pagina .content ul {
	 padding: 5px 0px 5px 10px;
	 margin: 0px 0px 0px 15px;
 }
 .acordeon_pagina .content img {
    margin: 20px 25px;
}


@media (max-width:650px) {
	.pagina-interna ul, .pagina-interna ol {
		text-align: left;
	}
  }
 
 /* Imagenes de sección */
 .pagina-interna img {
	 max-width: 100%;
 }
 


 /* Paginacion NOTICIAS */
 .paginacion {
	 display: flex;
	 justify-content: center;
 }
 
 .paginacion ul {
	 display: flex;
	 list-style: none;
	 flex-wrap: wrap;
 }
 .paginacion ul li {
	 padding: 0px 9px;
 }
 .paginacion ul li a {
	 font-size: 15px;
	 font-weight: 500;
	 color:#111111 !important;
 }
 
 /*.welcome-content h1 {
	 font-weight: 700;
	 margin: 0px 0px 15px 0px;
 }*/
 
 
 /*PAGINAS INTERNAS: IDEA */
 .pagina-interna h1 {
    font-size: 1.44rem;
    color: var(--color-titulo);
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.6px;
    padding-bottom: 6px;
}
/*
 .pagina-interna h2 {
    font-size: 1.33rem;
    color: #2E2D2C;
    font-weight: 600;
    border-bottom: solid 0.2em var(--color-titulo);
    margin: 22px 0px 20px 0px;
    letter-spacing: -0.5px;
}
*/
.pagina-interna h2 {
	font-size: 21px;
	color: #2E2D2C;
	font-weight: 600;
	margin: 22px 0px 20px 0px;
	letter-spacing: -0.5px;
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(0.25turn, rgb(237, 61, 20), rgb(255, 125, 1), rgb(253, 191, 45));
	border-image-slice: 1;
	padding: 0px 0px 4px 0px;
}
.pagina-interna h3 {
	font-size: 17px;
	color: #2E2D2C;
	letter-spacing: -0.5px;
	margin: 20px 0px 12px 0px;
	padding: 8px 0px 0px 0px;
}
.pagina-interna h3::before {
	content: " ";
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background-color: #ec3c13;
	margin: 0px 12px 0px 0px;
}
.pagina-interna h4 {
	font-size: 16px;
	color: #2E2D2C;
	letter-spacing: -0.5px;
	margin: 20px 0px 12px 0px;
	font-weight: 600;
}
.pagina-interna h4::before {
	content: " ";
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background-color: #ec3c13;
	margin: 0px 12px 0px 0px;
}


/*
.contenido > div:first-of-type > h2 {
	font-size: 26px;
	font-weight: 700;
	color: transparent !important;
	background-clip: text !important;
	-webkit-background-clip: text;
	background: linear-gradient(45deg, #ed3d14, #fda631);
	border-bottom: solid 6px #ffcd29;
	margin: 30px 0px 35px 0px;
	letter-spacing: -0.5px;
	padding: 5px 0px 3px 0px;
	line-height: 1.5em;
}
*/
p.Entradilla-pagina {
    font-size: 24px !important;
    background-image: url(/PublishingImages/SECCIONES_DESTACADAS/logo-platpyme-bg-transparent.png) !important;
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 15px 0px 15px 70px;
    background-color: #f2f2f2;
    border-bottom: none;
    border-radius: 18px;
    background-position: 20px center;
    letter-spacing: -0.2px;
    font-weight: 600;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h2.Entradilla-pagina {
	font-size: 24px;
	background-image: url("/PublishingImages/SECCIONES_DESTACADAS/logo-platpyme-bg-transparent.png") !important;
	background-size: 32px;
	background-repeat: no-repeat;
	padding: 15px 0px 15px 70px;
	background-color: #f2f2f2;
	border-bottom: none;
	border-radius: 18px;
	background-position: 20px center;
	letter-spacing: -0.2px;
	/* border: solid 2px #eaeaea; */
}

 .pagina-interna .contenedor_seccion_interna{
	 display: flex;
	 justify-content: center;
 }

 .contenedor_izquierda{
	 width: 30rem;
 }
 
 .contenedor_derecha{
	 width: 30rem;
 }
 
 .pagina-interna .contenedor_seccion_interna div{
	 margin: 1.5rem 2rem 2rem 0rem;
 }
 
 .pagina-interna {
	 background-color: #fff;
 }
 
 .pagina-interna button a {
	 color: #fff;
 }
 .pagina-interna {
	margin: 10px auto 55px auto;
	width: var(--page-width);
	position: relative;
}
 .pagina-interna p {
	font-size: var(--font-size-parrafo);
	line-height: var(--line-height-parrafo) !important;
	text-align: justify;
	color: #000;
	margin-left: 12px;
	margin-right: 12px;
}
.pagina-interna .qmpa-contenido p {
	margin: 0px 0px 5px 0px;
}

.botton-pagina {
	background-color: var(--color-boton);
	color: #FFF !important;
	border-radius: 50px;
	padding: 16px 120px 16px 120px;
	font-weight: 600;
    font-size: 16px !important;
	border: solid 2px #fff;
	margin: 20px auto 20px auto;
	display: block;
	width: fit-content;
}

.botton-pagina:hover {
	text-decoration: none;
	background-color: #fff;
	color: var(--color-boton) !important;
	border: solid 2px var(--color-boton);
	cursor: pointer;
}
 
 @media (max-width: 1280px)
 {
	 /*.pagina-interna.welcome {
		 width: 90%;
	 }*/
	 */
	 .pagina-interna.welcome {
		margin: 30px auto 30px auto;
		padding: 0px;
	}

	.pagina-interna .contenedor_seccion_interna div {
		margin: 0px 0px 0px 0px;
	}
	.contenedor_izquierda {
		width: 100%;
	}
	.contenedor_derecha {
		width: 100%;
	}
	.pagina-interna .contenedor_seccion_interna {
		display: flex;
		flex-wrap: wrap;
	}

 }


 @media (max-width: 650px) {
	.botton-pagina {
		padding: 10px 0px 10px 0px !important;
		margin: 0px;
		width: 100%;
		text-align: center;
		font-size: 15px !important;
	}
	.pagina-interna h2 {
		font-size: 20px;
	}
	.pagina-interna p {
		font-size: 15px;
		text-align: left;
		color: #000;
	}
	.botton-pagina {
		margin: 0px 0px 20px 0px;
	}
}

@media (max-width: 450px) {
	.botton-pagina {
	   padding: 16px 20px 16px 20px;
   }
   .botton-pagina {
		font-size: 13px !important;
	}
	.pagina-interna h2 {
		font-size: 18px;
	}
	.pagina-interna p {
		font-size: 13px;
		text-align: left;
		line-height: 1.3em;
	}
   }

 
  /* CONTENIDO TEXTO */
   .contenido_texto {
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
   .contenido_texto > p {
   width: 75%;
   }
   
   .contenido_texto > img {
   width: 25%;
   height: 25%;
   padding-left: 15px;
   }
 
   .bg_icon_crecimiento {
	background-image: url(../img/icon-desplegable-crecimiento.svg);
	background-repeat: no-repeat;
	background-position-x: 43px;
	background-position-y: 19px;
}
 
  .bg_icon_obligaciones {
	 background-image: url(../img/icon-desplegable-crecimiento.svg);
	 background-repeat: no-repeat;
	 background-position-x: 25px;
	 background-position-y: 5px;
 }

 
 .bg_icon_idea {
	background-image: url(../img/icon-desplegable-idea.svg);
	background-repeat: no-repeat;
	background-position-x: 52px;
	background-position-y: 10px;
}

 .bg_icon_transmision {
	 background-image: url(../img/icon-desplegable-transmision.svg);
	 background-repeat: no-repeat;
	 background-position-x: 37px;
	 background-position-y: 18px;
 }
 .bg_icon_ayudas {
	 background-image: url(../img/icon-desplegable-ayudas.svg);
	 background-repeat: no-repeat;
	 background-position-x: 30px;
	 background-position-y: 30px;
 }
 .bg_icon_financiacion {
	 background-image: url(../img/icon-desplegable-financiacion.svg);
	 background-repeat: no-repeat;
	 background-position-x: 30px;
	 background-position-y: 16px;
 }
 .bg_icon_prtr {
	background-image: url(../img/icon-desplegable-prtr.svg);
	background-repeat: no-repeat;
	background-size: 58px;
	background-position-x: 43px;
	background-position-y: 30px;
}
 .bg_icon_creacion {
	 background-image: url(../img/icon-desplegable-creacion.svg);
	 background-repeat: no-repeat;
	 background-position-x: 38px;
	 background-position-y: 10px;
 }
 .bg_icon_programas_emprendimiento {
	background-image: url(../img/icon-desplegable-programas.svg);
	background-repeat: no-repeat;
	background-position-x: 47px;
	background-position-y: 9px;
}
 .bg_icon_comunicacion {
	 background-image: url(../img/icon-desplegable-comunicacion.svg);
	 background-repeat: no-repeat;
	 background-position-x: 20px;
	 background-position-y: 18px;
 }



@media (max-width: 750px) {

.bg_icon_idea {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
}
.bg_icon_crecimiento {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
}
 
  .bg_icon_obligaciones {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
 }
 .bg_icon_idea {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
}
 .bg_icon_transmision {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
 }
 .bg_icon_ayudas {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
 }
 .bg_icon_financiacion {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
 }
 .bg_icon_prtr {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
}
 .bg_icon_creacion {
	background-position-x: 24px;
	background-size: 24px;
 }
 .bg_icon_programas_emprendimiento {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
}
 .bg_icon_comunicacion {
	background-position-x: 24px;
	background-position-y: 24px;
	background-size: 24px;
 }

}

@media (max-width: 500px) {
	.contenido_desplegable {
		background-position-x: center;
		background-position-y: 24px;
		background-size: 30px;/*42px;*/
	}
	.contenido_desplegable .txt_desplegable p {
		margin: 90px 0px 15px 0px !important;
		text-align: left;
		width: 100% !important;
		text-align: center !important;
	}
	.read-more-trigger-open {
		margin: 70px 20px 0px 15px;
	}
	.read-more-trigger-closed {
		margin: 70px 20px 0px 15px;
	}
}
 

 /* Inicio CONTENIDO DESPLEGABLE */

.plantilla_desplegable {
	background-color: #fff;
	padding: 36px 0px 25px 0px;
	background-color: #fff;
	display: block;
	width: var(--page-width);
    margin: 0px auto;	
}
 .plantilla_desplegable2 {
	 margin: 30px auto 30px auto;
	 padding: 0px 0px 0px 0px;
 }
#empresarios-individuales {
	padding-bottom: 50px !important;
}
 .contenido_desplegable {
	 background-color: #C0DFDA;
	 border-radius: 30px;
	 margin: 0px auto;
	 padding: 25px 25px 25px 87px;
	 height: fit-content;
 }
 .content_desplegable p {
 	font-size: var(--font-size-parrafo);
    line-height: var(--line-height-parrafo);
	text-align: justify;
 }
 .contenido_desplegable .txt_desplegable {
	 width: calc(100% - 100px);
 }
 .contenido_desplegable .txt_desplegable p {
	 color: #000;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 1.3em;
	 margin: 0px 0px 0px 0px;
	 width: calc(100% - 80px);
	 text-align: left;
 }
 .contenido_desplegable .collapsible {
    cursor: pointer;
    padding: 0px 0px 0px 20px;
    width: 100%;
    display: flex;
    margin: 0px 0px 0px 0px;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}
.plantilla_desplegable .collapsible:hover {
	background-color: transparent;
}
 #resultados .plantilla_desplegable .collapsible:hover {
	 background-color: var(--color-tema);
 }

 #sociedades-mercantiles {
	padding: 0px 0px 0px 0px !important;
}
#empresarios-individuales {
	padding: 0px 0px 0px 0px !important;
}

 #contenedor-obligaciones .plantilla_desplegable .collapsible:hover {
	 background-color: var(--color-tema);
 }
  
 /*#obligaciones-empresariales p:nth-of-type(1) {
    display: none;
 }*/
/*
 .welcome-content ul li a {
    color: var(--color-enlace) !important; 
 }

 .welcome-content ul li a:visited {
	 color: var(--color-enlace) !important;
 }
*/ 
 .read-more-trigger-closed:before {
	 content: '';
	 display: block;
	 background-image: url(../img/icon-ver-menos-entradilla.svg);
	 background-repeat: no-repeat;
	 cursor: pointer;
	 width: 30px;
	 height: 30px;
	 background-position-x: 0px;
	 background-position-y: center;
 }
 .read-more-trigger-open:before {
	 content: '';
	 display: block;
	 background-image: url(../img/icon-ver-mas-entradilla.svg);
	 background-repeat: no-repeat;
	 cursor: pointer;
	 width: 30px;
	 height: 30px;
	 background-position-x: 0px;
	 background-position-y: center;
 }
 .contenido_desplegable .content {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.6s ease-in-out;
 }
 .contenido_desplegable .content {
	 padding: 0px 60px 0px 0px;
 }
 .content_desplegable {
	 padding: 25px 63px 10px 56px;
 }
 .plantilla_desplegable .especial {
    padding: 0.5em 1em;
    background: #ff7e0010;
    border: 1px solid #dfdfdf;
}
 

 @media (max-width: 1280px) {
	#empresarios-individuales {
		width: calc(100% - 106px);
	}
	.seleccion-categoria-programas {
		padding-right: 60px;
	}
 }


 @media (max-width: 1200px)
 {
	#empresarios-individuales {
		max-width: none;
		width: 90%;
	}
}

@media (max-width: 750px) {
	.content_desplegable {
		padding: 10px 0px 10px 25px;
		width: 100%;
	}
	.content_desplegable p {
		text-align: left;
		font-size: 14px;
	}
}

 /* CONTENIDO DESPLEGABLE TABLE  */  
 .contenido_desplegable table {
 width: 100%;
 }
 .contenido_desplegable table {
 width: 100%;
 }
 .contenido_desplegable table td, .contenido_desplegable table th {
 padding: 10px;
 border: solid 1px #000;
 }
 
 
 /* MEDIA QUERIES */
 @media (max-width: 750px)
 {
 .contenido_texto {
	 flex-direction: column;
 }
 
 .contenido_texto > img {
	 width: 40%;
	 height: 40%;
 }
 }
 
 @media (max-width: 750px)
 {
 .contenido_desplegable {
	 padding: 0.4em;
 }
 }
 
 /* Fin CONTENIDO DESPLEGABLE */
 

 .colorAcordeon{
 background-color:#FEA733;
 }
 

 /* ACORDEON PAGINAS INTERNAS */
 .acordeon_pagina {
 padding: 0px;
 margin-top: 15px;
 }
 .acordeon_pagina ul li::before {
 color: var(--color-tema);
 font-weight: bold;
 display: inline-block;
 width: 11px;
 margin: 0px 5px 0px 0px;
 }
 .acordeon_pagina ul li {
 margin: 0px 0px 8px 0px;
 }
 .acordeon_pagina ul li:first-of-type {
 margin: 4px 0px 8px 0px;
 }
.pagina-interna ul li::marker, .pagina-interna ol li::marker {
	color: var(--color-tema);
	font-weight: 700;
	display: inline-block;
	margin-left: 23em;
 }
 .acordeon_pagina .collapsible {
	 background-color: transparent;
	 color: #fea733;
	 cursor: pointer;
	 padding: 14px 0px 4px 20px;
	 border: solid var(--color-tema) 2px;
	 text-align: left;
	 display: flex;
	 border-top-left-radius: 20px;
 }
 .acordeon_pagina ol li::before {
 color: var(--color-tema);
 display: inline-block;
 width: 11px;
 margin: 0px 5px 0px 0px;
 }
 .acordeon_pagina ol li {
 margin: 0px 0px 8px 0px;
 }
 .acordeon_pagina ol li:first-of-type {
 margin: 10px 0px 8px 0px;
 }
 .acordeon_pagina p {
 text-align: left;
 }
 .acordeon_pagina .content p {
    padding: 9px 0px 0px 0px;
    margin-bottom: 7px;
}

 .acordeon_pagina .txt_desplegable {
	 width: calc(100% - 100px);
 }
 .acordeon_pagina .txt_desplegable p {
	 color: #000;
	 font-size: 22px;
	 font-weight: 600;
	 line-height: 1.3em;
	 margin: 0px 0px 0px 0px;
	 font-family: 'Poppins';
	 width: calc(100% - 80px);
 }

 .acordeon_pagina .content {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.3s ease-in-out;
	 padding: 0px 22px;
	 background-color: #fff1e4 !important;
	 color: #000;
	 margin: 0px 0px 0px 0px;
 }
 .acordeon_pagina .content p a[target="_blank"] {
    background-image: url(/PublishingImages/SECCIONES_DESTACADAS/icon-external-link.svg) !important;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    padding-right: 18px;
    background-size: 12px;
    margin-right: 2px;
    padding-top: 6px;
}
 

 /* Añade borde a el ultimo contenido del desplegable */
 .acordeon_pagina > div:nth-last-of-type(2) {
	 margin-top: -1px;
 }
 
 /* Cambia el color del desplegable al pasar por encima */
 .acordeon_pagina .active, .collapsible:hover {
	 background-color: var(--color-tema);
	 color: white;
 }
 
 
 .acordeon_pagina .active, .collapsible:hover {
	 color: white;
 }



 /* Cambiar iconos de Acordeón Collapsible*/
 .fa-angle-right::before {
	content: " ";
	background-image: url(/PublishingImages/COLLAPSIBLE/icon_collapsible_closed.svg);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -12px;
	margin-right: 10px;
}
.fa-angle-down::before {
	content: " ";
	background-image: url(/PublishingImages/COLLAPSIBLE/icon_collapsible_open.svg);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -12px;
	margin-right: 10px;
}
.collapsible:hover .fa-angle-right::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(301deg) brightness(110%) contrast(102%);
}


 /* OBLIGACIONES FISCALES */
a.accordion-expand-all {
    font-size: 13px !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #FF7E00;
    border-color: #FF7E00;
    float: right;
    margin: 5px 0px 5px 0px;
	padding: 4px 16px 4px 16px;
}
.contenidolistadoAcordeon {
    padding: 0.1em 1em 1em;
    border: 1px solid #dfdfdf;
    margin: 1em 0;
    overflow: hidden;
}
.contenidolistadoAcordeon ul li {
    display: inline;
    float: left;
    width: 50%;
}
.contenidolistadoAcordeon ul li:first-of-type {
	margin: 0px;
}
#enlaceVolver {
    margin: 8px 0px;
    text-align: right;
}
button.scroll-top {
    padding: 0;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--color-primary);
    border: 2px solid var(--color-tema);
    background-image: url(/Style%20Library/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: 25px;
    transform: rotate(-90deg);
    position: fixed;
    right: 3%;
    bottom: 2em;
    z-index: 2;
    margin-top: calc(100vh + 140px);
    place-self: end;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

#contenido_central .sinsub {
    text-decoration: none;
    color: #111111;
}

@media (max-width: 1280px) {

	a.accordion-expand-all {
		margin: 10px 10px 5px 0px !important;
	}
}
 
 /* CONTENIDO DESPLEGABLE TABLE  */ 
 .acordeon_pagina table {
 width: 100%;
 }
 .acordeon_pagina table {
 width: 100%;
 }
 .acordeon_pagina table td, .acordeon_pagina table th {
 padding: 10px;
 border: solid 1px #000;
 }
 .collapsible .col-75 p {
	 font-weight: 600;
	 margin-left: 0px;
 }
 .collapsible .col-75 {
	 width: calc(100% - 50px);
	 color: #000;
 }
 .collapsible .fa {
	 padding-top: 8px;
	 width: 50px !important;
	 display: flex;
	 justify-content: center;
 }
 
 
 
 @media (max-width: 750px)
 {
	 .acordeon_pagina {
		 padding: 0.4em;
	 }
 }
 
 
 /* Texto contenedor a imagen */
 .pagina-interna .contenedor-imagen img {
	float: left;
	max-width: 330px;
	padding: 5px 22px 10px 0px;
}
/* 
 #s4-workspace {
	 width: 100% !important;
	 position: relative;
 }*/
 
 
 /* Oculta el scroll horizontal de la pagina  */
  
 /* Paginación - Item seleccionado  */
 li.page-item.active > a {
	 border-radius: 30%;
	 border: 3px solid;
	 padding: inherit;
 }
 
 /*** Fin  antiguo ajustes-adicionales.css */
 
 
 
 /**** Iconos acordeones pagina *****/
 .acordeon_pagina .circle {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 23px;
 height: 23px;
 background-color: transparent;
 border-radius: 50%;
 border: 2px solid #fea733;
} 

.acordeon_pagina i.fas.fa-plus.fa-lg {
font-size: 1.2rem;
}

/*HOVER CIRCULO BLANCO*/
.acordeon_pagina .collapsible.flex-center:hover .circle {
	border-color: white !important;
} 

/*ACTIVE CIRCULO BLANCO*/
.acordeon_pagina .active .circle{
  border-color: white !important;
}

.acordeon_pagina .parent-container {
   display: flex;
}

/*CATEGPRIA PROGRAMAS*/
.seleccion-categoria-programas {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-bottom: 1%;

}
.seleccion-categoria-programas .categoria-programas{
	margin: 0px 10px 0px 0px;
}

.seleccion-categoria-programas #categoria {
    border-radius: 50px;
    padding: 5px;
    border: 2px solid var(--color-boton) !important;

}

.seleccion-categoria-programas .categoria-programas {
    font-weight: 600;

}


/*NOTICIAS ICONOS */

.tit_noticia_eventos .fa-clock {
    margin: 0px 0px 0px 10px;
}
.tit_noticia_eventos .fa-calendar-alt {
    margin-right: 5px;
}
.tit_noticia_eventos .fa-location-dot {
    margin: 0px 0px 0px 12px;
}
.tit_noticia_eventos .fa-location-dot::before {
    margin-right: 5px;
}
.tit_noticia_eventos .fa-clock::before {
    margin-right: 5px;
}


/*BOLETIN */
.item_boletin {
    width: 284px;
    min-height: 195px;
    margin: 0px 30px 30px 0px;
    text-align: center;
}
.item_boletin img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border: solid 2px var(--color-tema);
}

#Boletin {
    border: solid 7px #FF380A;
    padding: 0px 0px;
    margin: 15px 100px;	
}
/* LISTA BOLETINES */
.container_boletines {
    width: 100% !important;
}
.listado_boletines_item img {
    width: 202px;
    padding: 5px 7px 0px;
}
.tit_listado_boletin {
	font-weight: 700;
	color: #ff3301;
	border-bottom: solid 2px #ff3301;
	width: 100%;
	font-size: 20px;
}
.listado_boletines_mes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.listado_boletines_item {
    margin: 0px 5px 16px 5px;
}
.item_boletin_listado {
    display: block;
    height: 195px;
	width: 276px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background-image: url('/Style%20Library/img/cabecera-boletin.png');
	background-repeat: no-repeat;
	background-position: center center;
	overflow-y: hidden;
}
.item_boletin_listado img {
	margin: 50px 0px 0px 30px;
}
.tit_item_boletin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
    text-decoration: none;
}
.tit_item_boletin:hover {
    color: #ff3301;
}
.listado_boletines_item p {
    text-align: center;
    padding-top: 7px;
}


/*FORMAS JURIDICAS */
	.forma_juridica_tramite {
	    padding: 0px 0px 20px;
	}	
    .forma_juridica_tramite a {
        margin: 0px 50px 0px 0px;

    }
    .resultados_general a:visited {
        color: var(--color-enlace);
        text-decoration: none;
    }
    .block-text {
        background-color: #dddddd;
        padding: 0.8em;
    }
    .text-general {
        text-align: center;
    }
    .styled-table {
        border-collapse: collapse;
        width: 100%;
        font-size: 0.9em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        margin-bottom: 35px;
        margin: 1em 0;
    }
    .styled-table thead tr {
        background-color: var(--color-tema);
        color: #ffffff;
        text-align: left;

    }
    .styled-table th {
        border-right: 1px solid #ffffff;
    }
    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
        vertical-align:middle;
    }
    .styled-table tbody tr:nth-of-type(even) {
        background-color: #FFE5CC;
    }
    #FormasJuridicas #preguntas {
        width: 100%;
        padding: 0;
        margin: 0 0 1em 0;
        border: 0.1em solid #d7d7d7;
        font-size: 0.9em;
        display: flex;
		justify-content: center;
		flex-wrap: wrap;
    }
    #FormasJuridicas #preguntas .pregunta {
        width: 30%;
        float: left;
        padding: 0.3em;
        margin: 0.42em;
    }
    #FormasJuridicas #preguntas .pregunta fieldset {
        background: #fff;
        border: 0.1em solid #e9e9e9;
    }

    #FormasJuridicas #preguntas .pregunta fieldset legend {
        text-indent: 0;
        padding: 0 0.4em;
    }
    #FormasJuridicas #preguntas .pregunta fieldset ul {
        list-style: none;
        /*font-size: 15px;*/
        padding-left: 2em;
    }
    #FormasJuridicas .boton {
        float: right;
        margin: 20px 10px 20px 10px;
    }
    #FormasJuridicas .boton>.btnLimpiar {
        font-size: 13px !important;
        font-weight: bold;
        color: #fff !important;
        background-color: #FF7E00 !important;
        border-color: #FF7E00 !important;
    }

    .pregunta fieldset legend {
        text-indent: 0;
        padding: 0 0.4em;
    }

    .pregunta fieldset ul {
        list-style: none;
        padding-left: 1em;
    }

	.pregunta input {
	    margin: auto 5px 1px auto;
	}
    ul li {
        margin: 0px 0px 8px 0px;
        padding: 0;
    }
    #resultados .resultados_texto {
        display: flex;
        justify-content: space-between;
    }
	/*#resultados_general .resultados_tipo {
	padding-left: 20px;
	}
	.socio_titulo {
		margin-left: -12px;
	}*/

    .resultados_general {
        border: 2px solid var(--color-tema);
        margin: 10px 20px 16px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }
    .resultados_general .resultados_tipo {
        margin: 14px 15px 0px;
    	grid-gap: 20px;
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(80px, auto);
        justify-content: space-around;
		flex-wrap: wrap;
    }
    .resultados_general .resultados_tipo>div:not(.FJNombre)>p {
        display: grid;
	    width: 210px;/*240px*/
	    text-align: justify;
    }
    .resultados_general .resultados_tipo>div.FJNombre>p {
        display: flex;
        text-align: left;
		width: 220px;
	    line-height: 1.4em !important;
	    font-weight: 600;   	      
    }
	.responsabilidad p{
	    text-align: left;
	}
	.capital p {
	    text-align: left;
	    width: 252px !important;
	}	
	.socio p {
	    text-align: left;
	}
    .resultados_general .resultados_tipo>div.FJNombre {
        display: flex;
    }
    .resultados_general a {
        color: var(--color-enlace);
    }
    .resultados_general .tramites_realizar {
    	
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin: 0px 40px;
        border-top: 2px solid orange;
        padding: 10px 0px 5px;
    	display: none;
    }
	.tramites_realizar .enlace_tramitesrealizar a {
        margin: 0px 50px 0px 0px;

    }
    .resultados_texto p {
	    font-weight: 600;
	    margin: auto 20px !important
	}

	@media (max-width: 1200px) {
		.resultados_general .resultados_tipo {
			margin: 15px 20px 0px 20px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.resultados_general .resultados_tipo > div.FJNombre {
			width: 100%;
			background-color: #ecf2f4;
			border-radius: 8px;
			padding: 15px 0px 7px 15px;
		}
		.socio {
			width: 32%;
			margin-left: 10px;
		}
		.capital {
			width: 32%;
		}
		.responsabilidad {
			width: auto;
			margin-right: 10px;
			margin-left: 10px;
		}
		.resultados_general .resultados_tipo > div:not(.FJNombre) > p {
			display: block;
			width: 100%;
		}


		.socio p::before {
			content: "Nº de socios: ";
			font-weight: 600;
		}
		.capital p::before {
			content: "Capital: ";
			font-weight: 600;
		}
		.responsabilidad p::before {
			content: "Responsabilidad: ";
			font-weight: 600;
		}
		.socio_titulo {
			display: none;
		}
		.capital_titulo {
			display: none;
		}
		.responsabilidad_titulo {
			display: none;
		}
		/*
		.resultados_general .resultados_tipo div:nth-of-type(2), .resultados_tipo div:nth-of-type(3), .resultados_tipo div:nth-of-type(4) {
			display: none;
		}
		*/
		
	}

	@media (max-width: 1200px) {

	.resultados_general .resultados_tipo {
		justify-content: left;
	}
	}

	@media (max-width: 650px) {
		.welcome-content .ms-rte-embedil {
			display: block;
		}
		.welcome-content iframe {
			width: 100%;
		}
		.contenedor-imagen img {
			max-width: 100% !important;
		}
		.resultados_general .resultados_tipo > div:not(.FJNombre) > p {
			font-size: 14px !important;
		}

		.socio {
			width: 100%;
			margin-left: 10px;
		}
		.capital {
			width: 100%;
			margin-left: 10px;
		}
		.responsabilidad {
			width: auto;
			margin-left: 10px;
			margin-bottom: 10px;
		}

	}


	@media (max-width: 600px) {
		.contenedor-tramitesempresa table thead {
			display: none;
		}
		.contenedor-tramitesempresa table tbody tr td:nth-of-type(1)::before {
			content: "Trámite";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.contenedor-tramitesempresa table tbody tr td:nth-of-type(2)::before {
			content: "Descripción";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.contenedor-tramitesempresa table tbody tr td:nth-of-type(3)::before {
			content: "Organismo";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.styled-table thead {
			display: none;
		}
		.styled-table tr {
			display: flex;
			flex-wrap: wrap;
		}
		.contenedor-tramitesempresa table tbody tr {
			display: flex;
			flex-wrap: wrap;
		}
		.styled-table td {
			width: 100%;
		}
		.styled-table tr {
			display: flex;
			flex-wrap: wrap;
		}
		.styled-table tbody tr td:nth-of-type(1)::before {
			content: "Trámite";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.styled-table tbody tr td:nth-of-type(2)::before {
			content: "Descripción";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.styled-table tbody tr td:nth-of-type(3)::before {
			content: "Organismo";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}


		.acordeon_pagina table thead {
			display: none;
		}
		.acordeon_pagina table tbody tr {
			display: flex;
			flex-wrap: wrap;
		}
		.acordeon_pagina table td{
			width: 100%;
		}
		.acordeon_pagina table tbody tr td:nth-of-type(1)::before {
			content: "Actividad";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.acordeon_pagina table tbody tr td:nth-of-type(2)::before {
			content: "Rendimiento IRPF";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.acordeon_pagina table tbody tr td:nth-of-type(3)::before {
			content: "Libros";
			display: block;
			font-size: 14px;
			font-weight: 700;
			margin: 0px 0px 4px 0px;
		}
		.acordeon_pagina table tbody tr:nth-of-type(even) {
			background-color: #FFE5CC;
		}
		.acordeon_pagina table td {
			width: 100%;
			border: none;
		}
		.acordeon_pagina .content p {
			padding: 0px 20px 0px 20px;
		}
		.acordeon_pagina .content {
			padding: 0px;
			margin: 0px;
		}

		

	}







	@media (max-width: 450px) {
		.resultados_general .resultados_tipo > div:not(.FJNombre) > p {
			font-size: 13px !important;
		}
	}

	
	
	/* FORMAS JURIDICAS DETALLE, TABLAS */

	.resultados{
		clear: both;
	    padding-top: 1em;
	}
	
	.resultados .descripcion{
		color: #cd3e19 !important;
	    font-size: 1.45em !important;
	    font-weight: normal;
	    margin: 0.2em 0;
	}
	
	.pqna {
	    border-collapse: collapse;
	    width: 100%;
	    font-size: 0.9em;
	    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	    margin-bottom: 35px;
	    margin: 1em 0;
	    background-color: #fcfcfc;
	}
	
	.pqna thead tr {
	    background-color: #373736;
	    color: #ffffff;
	    text-align: left;
	   
	}
	
	.pqna th{
	    border-right:1px solid #ffffff ;
	}
	
	.pqna th,
	.pqna td {
	    padding: 12px 15px;
	    border: solid 1px #fcfcfc !important; 
	}
	
	.pqna tbody tr {
	    border-bottom: 1px solid #dddddd;
	}
	
	table.pqna caption {
	    font-weight: 600;
	    padding-bottom: 5px;
	    padding-top: 5px;
		display: none;
	}
	
	table.pqna th {
	    background-color: #FF7E00;
	    color: #ffffff;
	}	
	
	/*.pqna tbody tr:nth-of-type(even) {
	    background-color: #f3f3f3;
	}*/
	
	button.scroll-top {
	    padding: 0;
	    min-width: 50px;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    color: var(--color-primary);
	    border: 2px solid var(--color-tema);
	    background-image: url(/Style%20Library/img/arrow.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-color: white;
	    background-size: 25px;
	    transform: rotate(-90deg);
	    position: fixed;
	    right: 3%;
	    bottom: 2em;
	    z-index: 2;
	    margin-top: calc(100vh + 140px);
	    place-self: end;
	}

	.scroll-top span {
		visibility: hidden;
	}
	
	.hidden {
	    display: none !important;
	    visibility: hidden;
	}
	
	.tab-seleccionado {
		border-top: 1px solid var(--color-titulo);
		border-left: 1px solid var(--color-titulo);
		border-right: 1px solid var(--color-titulo);
		border-bottom: 1px solid white;
	}
	.forma_juridica_tramite a {
	    margin: 0px 25px 0px 0px;
	    padding: 7px 25px;
		color: #000 !important;
	    text-decoration: none;    
	}
	.forma_juridica_tramite {
		margin-top: 25px;
	    padding: 0px 0px 6px;
	    border-bottom: 1px solid var(--color-titulo);
	}

	/* FORMAS JURIDICAS DETALLE */

    @media only screen and (max-width: 996px) {
        #FormasJuridicas #preguntas .pregunta {
            width: 100% !important;
            float: none;
            padding: 1%;
            margin: 0;
        }
    }
    
    @media only screen and (max-width: 900px) {
        .forma_juridica_tramite {
	    border-bottom: none;
	    display: grid;
		}
		.forma_juridica_tramite a {
		    margin: 0px 25px 0px 0px;
		    padding: 7px 25px;
		    color: #000 !important;
		    text-decoration: none;
		    border: 1px solid var(--color-titulo);
		}
    }


    @media only screen and (max-width: 480px) {

        #FormasJuridicas #preguntas .pregunta fieldset {
            margin: 10px;
        }

        #FormasJuridicas #resultados {
            overflow: auto;
        }
    }

/* Inicio Estilos añadidos estadisticas, comunicación, PRTR, propiedad intelectual, internacionalizacion */
div#estadisticas {
padding-top: 40px;
}
div#comunicacion{
padding-top: 20px;
}
div#prtr{
padding-top: 20px;
}
div#internacionalizacion {
    margin-top: 40px;
}
div#propiedadindustrialintelectual {
    margin-top: 20px;
}
div#enlacesinteres {
    margin-top: 40px;
}
/* Fin Estilos añadidos estadisticas, comunicación, PRTR */


/* Inicio Enlaces interés*/
div#enlaces_interes{
    margin-top: 40px;
}
/* Fin Enlaces interés */

/* Inicio estilos Quien me puede ayudar */
td.qmpa-imagen {
    vertical-align: middle;
}
.qmpa-imagen > img {
    margin: 0 15px 0 0 !important;
}

.acordeon_pagina p.SubMenu {
    font-weight: 500;
    margin: 0.2em 0px;
    font-size: 1em !important;
}
.acordeon_pagina p.titulo {
    font-weight: 600;
}
.pqna tbody tr:nth-of-type(even) {
    background-color: #efefef;
}


@media (max-width: 800px) {
	.table_imagen tr td {
		width: 100% !important;
		height: auto !important;
	}
	.table_imagen tr {
		display: flex;
		flex-wrap: wrap;
	}
	td.qmpa-imagen {
	    margin: 0 auto;
	    text-align: center;
	}	
	.table_imagen img {
		margin: 0px !important;
	}
	.pagina-interna .contenedor-imagen img {
	    float: none;
	    padding: 5px 0px 10px 0px;
	}	
}
/* Fin estilos Quien me puede ayudar */

/* Inicio estilos subapartado */
p.subapartado {
	font-weight: 700;
 }
 p.tituloforma-esp {
 font-weight: 700;
 }
 .AcFormasJuridicas p.item {
    font-weight: 600;
}
 /* Fin estilos subapartado */

/* Inicio estilos PAGINAS INTERNAS añadidos 24/10 */
 div#financiacionpyme {
    padding-top: 40px;
}
div#industriaconectada {
    padding-top: 40px;
}
/* Fin estilos PAGINAS INTERNAS añadidos 24/10 */


/* Inicio estilos PAGINAS INTERNAS añadidos 25/10 */
a.enlace_banner2.interno {
    height: auto;
}
.contenedor-banners {
    display: flex;
    gap: 40px;
}
/* Inicio estilos PAGINAS INTERNAS añadidos 25/10 */

/* Inicio estilos PAGINAS INTERNAS añadidos 27/10 */
.acordeon_pagina .content p {
    padding: 9px 0px 0px 0px;
    margin-bottom: 7px;
    font-size: var(--font-size-parrafo);
    line-height: var(--line-height-parrafo) !important;
    text-align: justify;
    color: #000;
	margin-left: 5px;
	margin-right: 5px;
}
 
.collapsible .col-75 {
    width: calc(100% - 50px);
    color: #000;
    font-size: var(--font-size-parrafo);
}
 
.acordeon_pagina .content ul, .acordeon_pagina .content ol {
    line-height: var(--line-height-parrafo);
    text-align: justify;
    font-size: var(--font-size-parrafo);
    color: #000;
}
 
.acordeon_pagina .content img {
    margin: 5px 7px 5px 0px;
}
 
.acordeon_pagina .content ul li::marker, .acordeon_pagina .content ol li::marker {
    color: var(--color-tema);
    font-weight: 700;
    display: inline-block;
    margin-left: 23em;
}

.acordeon_pagina .content h3 {
    font-size: 15px;
    color: #2E2D2C;
    letter-spacing: -0.5px;
    margin: 10px 0px 5px 0px;
}
.acordeon_pagina .content h3::before {
	content: " ";
	display: block;
	float: left;
	width: 5px;
	height: 23px;
	background-color: #ec3c13;
	margin: 0px 12px 0px 0px;
}
.acordeon_pagina .content h4 {
	font-size: 16px;
	color: #2E2D2C;
	letter-spacing: -0.5px;
	margin: 20px 0px 12px 0px;
	font-weight: 600;
}
.acordeon_pagina .content h4::before {
	content: " ";
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background-color: #ec3c13;
	margin: 0px 12px 0px 0px;
}

/* Fin estilos PAGINAS INTERNAS añadidos 27/10 */

.img-flujograma-cese {
    text-align: center;
    padding-top: 15px;
}

/*CAPTION TABLAS ACCESIBILIDAD*/
caption.titulo-tabla{
	font-size: 21px;
    color: #2E2D2C;
    font-weight: 600;
    margin: 22px 0px 20px 0px;
    letter-spacing: -0.5px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(237, 61, 20), rgb(255, 125, 1), rgb(253, 191, 45));
    border-image-slice: 1;
    padding: 0px 0px 4px 0px;
    text-align: left;
}

li > ul {
	margin-top: 0.5em;
}


p.mas-informacion{
font-size:15px !important;
font-weight: 600;
}

.mas-informacion::before {
    content: " ";
    display: block;
    float: left;
    width: 5px;
    height: 23px;
    background-color: #ec3c13;
    margin: 0px 12px 0px 0px;
}

a.ms-srchnav-link {
    font-size: 21px;
}

a.ms-srchnav-link-selected {
    font-size: 21px;
}

@media only screen and (max-width: 580px){
    .pagina-interna {
    margin: 10px auto 55px auto;
    width: 350px;
    position: relative;
}

.bloque_main_seccion {
      padding: 0px 0px 0px 0px !important;
    margin-top: -65px !important;
}



}

@media only screen and (min-width: 580px) and (max-width: 800px) {
    .pagina-interna {
        margin: 10px auto 55px auto;
        width: 550px;
        position: relative;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .pagina-interna {
        margin: 10px auto 55px auto;
        width: 650px;
        position: relative;
    }
}

/* Aplicar estilos al enlace cuando se cumple la condición de la media query */
@media only screen (max-width: 750 ) and (max-width: 1280) {
    .accordion-expand-all {
        margin: 15px 55px 5px 0px !important;
    }
}


@media only screen and (min-width: 910px) and (max-width: 1200px) {
    .forma_juridica_tramite {
    	display: flex;
    	padding: 0px 0px 0px;
	}
}


